@charset "utf-8";


@font-face {
    font-family: 'siYuanHeiTi';
    src: url('../fonts/SourceHanSansCN-Bold-Alphabetic.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Bold-Alphabetic.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 列表 */
.content {
    min-height: 250px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f9fdff;
    z-index: 999;
}

.content>div {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content>div::after {
    content: '';
    display: block;
    width: 55px;
    height: 82px;
    background: url(../cjwtimages/content_bg.png) no-repeat;
    background-size: 71px 83px;
    position: absolute;
    right: -230px;
    top: 50%;
}

.content .row:last-child {
    margin-bottom: 80px;
}

.row {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    color: #343434;
}

.row .title {
    height: 30px;
    text-align: center;
    position: relative;
    vertical-align: top;
    font-size: 0px;
}

.row .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 520px;
    height: 1px;
    left: 0px;
    top: 15px;
    background: url(../cjwtimages/title_before.png) no-repeat;
}

.row .title::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 520px;
    height: 1px;
    right: 0px;
    top: 15px;
    background: url(../cjwtimages/title_after.png) no-repeat;
}

.row .title a {
    font-family: siYuanHeiTi;
    display: inline-block;
    /* width: 120px; */
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #343434;
    padding-top: 3px;
}

.row ul {
    overflow: hidden;
}

.row li {
    width: 575px;
    /* height: 304px; */
    margin-top: 30px;
    float: left;
    overflow: hidden;
}

.row li:nth-of-type(2n) {
    margin-left: 50px;
}

.row li .left_img {
    float: left;
}

.row li .left_img a {
    display: block;
    overflow: hidden;
    width: 200px;
    height: 0px;
    padding-bottom: 152%;
}

.row li .right_info {
    float: right;
    width: 345px;
}

.row li .right_info div {
    margin-bottom: 30px;
}

.row li .right_info div:first-child {
    margin-top: 20px;
}

.row li .right_info span {
    font-weight: bold;
    color: #343434;
}

.row li .right_info span a {
    color: #247be5;
}

.type,
.type a {
    color: #247be5;
}

.row li .right_info div.introduce {
    font-weight: none;
    overflow: hidden;
    margin: 0px;
height: 420px;}

.row li .right_info .introduce div:first-child {
    width: 90px;
    float: left;
    margin: 0px;
    font-weight: bold;
    max-height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.row li .right_info .introduce div:last-child {
    float: right;
    width: 255px;
    line-height: 28px;
    margin: 0px;
    /* max-height: 170px; */
    /* overflow: hidden; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 6; */
    /* -webkit-box-orient: vertical; */
}

.row li .right_info .name,
.row li .right_info .type {
    /* max-height: 20px; */
    line-height: 26px;
    overflow: hidden;
}

.list .title {
    text-align: left;
    position: relative;
}

.list .title::before,
.list .title::after {
    content: '';
    background: none;
}

.list .title::after {
    height: 2px;
    width: 100%;
    background-color: #06b4b7;
    top: 35px;
}

.list .bread {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    line-height: 30px;
}

.list .bread a {
    font-weight: inherit;
    width: auto;
}

.list ul li {
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    position: relative;
}

.list ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.list ul .date {
    float: right;
}

.list ul .articleTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li:nth-of-type(2n){
    margin-left: 0px;
}


/* 分页 */
.pages {
    width: 630px;
    margin: 0 auto;
    height: 50px;
    margin-top: 38px;
    padding-bottom: 39px;
    position: relative;
    text-align: center;
}

.pages .prev,
.pages .next {
    position: relative;
}

.pages .prev::after,
.pages .next::after {
    content: '';
    background: url(../cjwtimages/left_blue_little.png) no-repeat;
    display: inline-block;
    width: 13px;
    height: 23px;
    position: absolute;
    top: 13px;
    left: 19px;
}

.pages .next::after {
    background: url(../cjwtimages/right_blue.png) no-repeat;
}

.pages a.prev:hover:after {
    background: url(../cjwtimages/left_white.png) no-repeat;
}

.pages a.prev:hover,
.pages a.next:hover {
    background-color: #247be5;
}

.pages a.next:hover:after {
    background: url(../cjwtimages/right_white.png) no-repeat;
}

.pages>a,
.pages>.select_box,
select {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: lighter;
    margin-left: 16px;
}

.pages .on_pages {
    background-color: #247be5;
    color: #fff;
}

.pages>a:nth-of-type(2):hover,
.pages>a:nth-of-type(3):hover,
.pages>a:nth-of-type(4):hover,
.pages>a:nth-of-type(5):hover,
.pages>a:nth-of-type(6):hover {
    color: #fff;
    background-color: #247be5;
}

.pages select {
    width: 121px;
    border-radius: 24px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background-color: #F3F3F3;
    background: url(../cjwtimages/select_down.png) no-repeat;
    background-position: 85px;
    background-size: 17px 9.22px;
}

/* 文章详情页 */
.articleContent {
    margin-top: 30px;
    /* background-color: #f9fdff; */
}

.articleTitle h2 {
    text-align: center;
}

.articleInfo {
    margin-top: 20px;
    text-align: center;
}

.articleInfo .type span {
    font-weight: bold;
    color: #343434;
}

.articleInfo span {
    display: inline-block;
    margin: 0 10px;
}

.articleContent p {
    line-height: 30px;
}

.articleContent p img {
    width: 80%;
}